@charset "utf-8";

/* CSS Document */

.header {
    width: 100%;
    height: 80px;
}

.header .w1200 {
    position: relative;
}

.header .logo {
    position: absolute;
    top: 28px;
    left: 0;
}

.header .search_box {
    float: right;
    margin-top: 20px;
    width: 318px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.header .search_box input {
    float: left;
    width: 265px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.header .search_box button {
    float: right;
    width: 43px;
    height: 38px;
    border: 0;
    background: #48b33f;
}

.nav {
    width: 100%;
    height: 50px;
    background: #48b33f;
}

.nav .w1200 {
    position: relative;
}

.nav ul {
    float: right;
}

.nav ul>li {
    float: left;
    width: 167px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background: url(../images/navbg.jpg) right center no-repeat;
}

.nav ul>li:last-child {
    background: none;
}

.nav ul>li>a {
    position: relative;
    display: block;
}

.nav ul>li:hover>a:after,
.nav ul>li.active>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    background: #fff;
}

.nav ul>li .menu_nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    line-height: 20px;
    text-align: left;
    font-weight: normal;
    background: #fff;
    z-index: 999;
    overflow: hidden;
}

.nav ul>li .menu_nav .menu_nav_content {
    width: 100%;
    overflow: hidden;
}

.nav_association_top {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.nav_introduction {
    float: left;
    width: 370px;
}

.wrap_title {
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #48b33f;
    font-weight: bold;
    border-left: 4px solid #48b33f;
    overflow: hidden;
}

.nav_introduction_section {
    padding: 20px;
    padding-left: 10px;
    height: 220px;
    background: url(../images/bg1.jpg) no-repeat;
    overflow: hidden;
}

.nav_introduction_section p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.nav_introduction_section p a {
    color: #48b33f;
}

.nav_organization {
    float: left;
    margin-left: 25px;
    width: 370px;
}

.nav_organization_section {
    width: 100%;
    overflow: hidden;
}

.nav_organization_section img {
    margin-bottom: 10px;
    width: 100%;
    height: 110px;
}

.nav_organization_section p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.nav_organization_section p a {
    color: #48b33f;
}

.nav_constitution {
    float: right;
    width: 370px;
}

.nav_constitution_section {
    padding: 20px 8px;
    height: 220px;
    background: #f8f8f8;
    overflow: hidden;
}

.nav_constitution_section p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.nav_constitution_section p a {
    color: #48b33f;
}

.nav_association_bottom {
    width: 100%;
    overflow: hidden;
}

.nav_meeting {
    float: left;
    width: 765px;
}

.nav_meeting_list,
.nav_meeting_list .bd {
    width: 100%;
    overflow: hidden;
}

.nav_meeting_list ul {
    float: none;
}

.nav ul>li .nav_meeting_list li {
    float: left;
    margin-right: 15px;
    width: 180px;
}

.nav ul>li .nav_meeting_list li:last-child {
    margin-right: 0;
}

.nav ul>li .nav_meeting_list li img {
    margin-bottom: 18px;
    width: 100%;
    height: 110px;
}

.nav ul>li .nav_meeting_list li p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav ul>li .nav_meeting_list li:hover p {
    color: #48b33f;
}

.nav_member {
    float: right;
    width: 370px;
}

.nav_member_list {
    width: 100%;
    overflow: hidden;
}

.nav ul>li .nav_member_list li {
    float: left;
    display: table;
    margin-right: 29px;
    width: 170px;
    height: 111px;
    text-align: center;
    background: rgba(72, 179, 63, .2);
}

.nav ul>li .nav_member_list li:last-child {
    margin-right: 0;
}

.nav ul>li .nav_member_list li:hover a:after,
.nav ul>li .nav_standard_list li:hover a:after {
    display: none;
}

.nav ul>li .nav_member_list li a {
    display: table-cell;
    vertical-align: middle;
}

.nav ul>li .nav_member_list li img {
    margin-bottom: 10px;
    height: 40px;
}

.nav ul>li .nav_member_list li p {
    font-size: 16px;
    color: #48b33f;
}

.nav_news_tab {
    margin-bottom: 35px;
    width: 100%;
    overflow: hidden;
}

.nav_news_tab .wrap_title.hd a {
    margin-right: 30px;
    color: #999;
}

.nav_news_tab .wrap_title.hd a.on {
    color: #48b33f;
}

.nav_news_tab .bd,
.nav_news_tab .nav_news_tab_cont {
    width: 100%;
    overflow: hidden;
}

.nav_news_tab .nav_news_tab_cont {
    height: 240px;
}

.nav_news_tab_left {
    float: left;
    position: relative;
    width: 415px;
    height: 240px;
    overflow: hidden;
}

.nav_news_tab_left img {
    width: 100%;
    height: 240px;
}

.nav_news_tab_left .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_news_tab_right {
    float: right;
    width: 720px;
}

.news_list {
    width: 100%;
    overflow: hidden;
}

.nav ul>li .news_list li {
    width: 100%;
    float: none;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: normal;
    line-height: 35px;
}

.nav ul>li .news_list li a span {
    color: #333;
}

.nav_journalism_bottom {
    width: 100%;
    overflow: hidden;
}

.nav_building {
    width: 270px;
}

.nav_journalism_bottom .wrap_title {
    margin-bottom: 15px;
}

.nav ul>li .nav_journalism_bottom .news_list li {
    line-height: 30px;
}

.nav_innovate_top {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.nav_research {
    float: left;
    width: 550px;
}

.nav_research_section {
    width: 100%;
    overflow: hidden;
}

.nav_research_left {
    float: left;
    width: 260px;
}

.nav_research_left img {
    width: 100%;
    height: 170px;
}

.nav_research_right {
    float: right;
    width: 270px;
}

.nav ul>li .nav_innovate_top .news_list li,
.nav ul>li .nav_innovate_bottom .news_list li {
    line-height: 30px;
}

.nav_energy {
    float: right;
    width: 565px;
}

.nav_energy_section {
    width: 100%;
    overflow: hidden;
}

.nav_energy_left {
    float: left;
    width: 270px;
}

.nav_energy_right {
    float: right;
    width: 260px;
}

.nav_energy_right img {
    width: 100%;
    height: 170px;
}

.nav_innovate_bottom {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.nav_manufacture {
    float: left;
    margin-left: 45px;
    width: 260px;
}

.nav_manufacture_img {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.nav_manufacture_img img {
    width: 100%;
    height: 110px;
}

.nav_standard {
    float: right;
    width: 260px;
}

.nav_standard_list {
    width: 100%;
    overflow: hidden;
}

.nav ul>li .nav_standard_list li {
    display: table;
    margin-bottom: 15px;
    width: 100%;
    height: 80px;
    font-size: 18px;
    color: #48b33f;
    text-align: center;
    background: rgba(72, 179, 63, .2);
}

.nav ul>li .nav_standard_list li a {
    display: table-cell;
    vertical-align: middle;
}

.nav ul>li .nav_standard_list li img {
    margin-right: 10px;
}

.banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: auto 100% !important;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 560px;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #48b33f;
}

.news_section {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.news_section .news_item {
    float: left;
    width: 378px;
    border: 1px solid #f2f2f2;
    border-top: 3px solid #48b33f;
}

.news_section .news_item .news_cont {
    padding: 15px 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.news_item .news_title {
    margin-bottom: 10px;
    width: 100%;
    line-height: 26px;
    overflow: hidden;
}

.news_item .news_title h6 {
    float: left;
    font-size: 18px;
    color: #48b33f;
    font-weight: bold;
}

.news_item .news_title h6 img {
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.news_item .news_title .more {
    float: right;
    font-size: 16px;
    color: #999;
}

.news_list {
    width: 100%;
    overflow: hidden;
}

.news_list li {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.news_list li a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a span {
    margin-right: 5px;
    color: #999;
}

.footer {
    padding: 25px 0;
    width: 100%;
    background: #48b33f;
    overflow: hidden;
}

.footer .Left {
    width: 660px;
}

.footer p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer .foot_ewm {
    float: right;
}

.footer .foot_ewm li {
    float: left;
    margin-right: 20px;
    width: 120px;
}

.footer .foot_ewm li:last-child {
    margin-right: 0;
}

.footer .foot_ewm li img {
    width: 100%;
    height: 120px;
}

.footer .foot_ewm li p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
}

.page_content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    min-height: 700px;
}

.breadnav {
    padding: 15px 0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.breadnav span {
    margin: 0 5px;
}

.page_content .wrap_title {
    font-size: 20px;
}

.first_list,
.first_list li {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    border-bottom: 1px dashed #e5e5e5;
}

.first_list li a {
    display: block;
    float: left;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .time {
    float: right;
    color: #999;
}

.two_list,
.two_list li {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.two_list li a {
    display: flex;
}

.two_list li img {
    float: left;
    width: 230px;
    height: 130px;
}

.two_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 950px;
}

.two_list li h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.two_list li p.item_time {
    margin: 10px 0;
    margin-top: 15px;
}

.two_list li p.item_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.standard_section {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.standard_section table {
    width: 100%;
    overflow: hidden;
}

.standard_section table thead th {
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #48b33f;
}

.standard_section table tbody td {
    padding: 10px 0;
    height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #fff;
}

.standard_section table tbody tr:nth-child(even) td {
    background: #f5f5f5;
}

.standard_section table .tips {
    display: inline-block;
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-radius: 3px;
    background: #f0ad4e;
}

.standard_section table .url_btn {
    display: inline-block;
    width: 78px;
    height: 28px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.NewsText {
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}

.NewsText,
.NewsText p,
.NewsText p span {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.NewsText img,
.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.introduction_section,
.TextBox {
    padding: 30px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.introduction_title {
    width: 100%;
    overflow: hidden;
}

.introduction_title h6 {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.introduction_text {
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}

.introduction_text,
.introduction_text p,
.introduction_text p span {
    font-size: 16px;
    color: #666;
    line-height: 2.3;
}

.introduction_text img,
.introduction_text p img,
.introduction_text p span img {
    max-width: 100%;
}

.hotnews_section {
    margin: 30px 0;
    overflow: hidden;
}

.hotnews_slide {
    width: 100%;
    overflow: hidden;
}

.hotnews_slide .bd {
    float: left;
    width: 700px;
    height: 404px;
}

.hotnews_slide .bd .img_box {
    position: relative;
    width: 100%;
    height: 404px;
}

.hotnews_slide .bd .img_box img {
    width: 100%;
    height: 404px;
}

.hotnews_slide .bd .img_box .cover_tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotnews_slide .hd {
    float: right;
    padding: 20px;
    width: 460px;
    height: 364px;
    background: #eee;
}

.hotnews_slide .hd li {
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
}

.hotnews_slide .hd li:last-child {
    margin-bottom: 0;
}

.hotnews_slide .hd li img {
    float: left;
    width: 150px;
    height: 85px;
}

.hotnews_slide .hd li a {
    display: flex;
}

.hotnews_slide .hd li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 290px;
}

.hotnews_slide .hd li h6 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.hotnews_slide .hd li.on img {
    width: 148px;
    height: 83px;
    border: 1px solid #48b33f;
}

.hotnews_slide .hd li.on h6 {
    color: #48b33f;
}

.page_news_section {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.pagenews_item {
    width: 560px;
    overflow: hidden;
}

.three_list,
.three_list li {
    width: 100%;
    overflow: hidden;
}

.three_list li {
    margin-bottom: 15px;
}

.three_list li:last-child {
    margin-bottom: 0;
}

.three_list li .time {
    float: left;
    width: 68px;
    height: 68px;
    border: 1px solid #48b33f;
}

.three_list li .time .day {
    width: 100%;
    height: 38px;
    font-size: 20px;
    color: #48b33f;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    border-bottom: 1px solid #48b33f;
}

.three_list li .time .year {
    width: 100%;
    height: 29px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 29px;
}

.three_list li .item_cont {
    float: right;
    margin-top: 5px;
    width: 470px;
}

.three_list li .item_cont p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.three_list li:hover .day,
.three_list li:hover .year {
    color: #fff;
    background: #48b33f;
}

.three_list li:hover .day {
    border-bottom: 1px solid #fff;
}

.pagenews_two_item {
    width: 585px;
    overflow: hidden;
}

.page_news_section .section_title,
.pagenews_two_item .news_tab .hd {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #48b33f;
    overflow: hidden;
}

.page_news_section .section_title h6,
.pagenews_two_item .news_tab .hd a.on {
    float: left;
    position: relative;
    width: 175px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #48b33f;
}

.page_news_section .section_title h6 a {
    display: block;
}

.page_news_section .section_title h6:after,
.pagenews_two_item .news_tab .hd a.on:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
}

.news_first_section {
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

.news_first_section a {
    display: flex;
}

.news_first_section img {
    float: left;
    width: 200px;
    height: 130px;
}

.news_first_section .item_cont {
    align-self: center;
    margin-left: 18px;
    width: 365px;
}

.news_first_section .item_cont h6 {
    margin-bottom: 3px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_first_section .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.pagenews_two_item .news_list li {
    font-size: 16px;
    line-height: 36px;
}

.pagenews_two_item .news_list li a span {
    color: #333;
}

.pagenews_two_item .news_tab {
    width: 100%;
    overflow: hidden;
}

.pagenews_two_item .news_tab .hd a {
    float: left;
    display: block;
    position: relative;
    width: 175px;
    height: 50px;
    font-size: 20px;
    color: #48b33f;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.pagenews_two_item .news_tab .news_tab_item {
    width: 100%;
    min-height: 50px;
}

.standards_section {
    width: 100%;
    overflow: hidden;
}

.standards_list {
    width: 100%;
    overflow: hidden;
}

.standards_list li {
    float: left;
    margin-right: 30px;
    display: table;
    width: 585px;
    height: 80px;
    font-size: 18px;
    color: #48b33f;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    background: rgba(72, 179, 63, .2);
}

.standards_list li:nth-child(2n) {
    margin-right: 0;
}

.standards_list li a {
    display: table-cell;
    vertical-align: middle;
}

.standards_list li img {
    margin-right: 10px;
}

.page_introduction {
    padding: 35px 30px 30px 20px;
    height: 285px;
    background: url(../images/bg2.jpg) no-repeat;
    overflow: hidden;
}

.introduction_slide .hd {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #48b33f;
    overflow: hidden;
}

.introduction_slide .hd a {
    display: inline-block;
    margin: 0 40px;
    font-weight: bold;
    opacity: .5;
}

.introduction_slide .hd a.on {
    opacity: 1;
}

.introduction_slide .bd {
    width: 100%;
    overflow: hidden;
}

.introduction_slide .page_introduction_text {
    margin-top: 25px;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.introduction_slide .page_introduction_text,
.introduction_slide .page_introduction_text p {
    font-size: 16px;
    color: #666;
    line-height: 2.3;
}

.page_introduction_item .more {
    display: block;
    float: right;
    width: 100px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #999;
}

.page_introduction_item .more:hover {
    background: #48b33f;
}

.page_organization {
    float: left;
    width: 580px;
}

.page_organization_text {
    width: 100%;
    overflow: hidden;
}

.page_organization_text,
.page_organization_text p {
    font-size: 16px;
    color: #666;
    line-height: 31px;
}

.page_organization_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.page_organization_text a {
    float: right;
    font-size: 16px;
    color: #48b33f;
}

.page_member {
    float: right;
    width: 585px;
}

.page_member_list {
    width: 100%;
    overflow: hidden;
}

.page_member_list li {
    float: left;
    display: table;
    margin-right: 25px;
    width: 280px;
    height: 120px;
    font-size: 18px;
    color: #48b33f;
    font-weight: bold;
    text-align: center;
    background: rgba(72, 179, 63, .1);
}

.page_member_list li a {
    display: table-cell;
    vertical-align: middle;
}

.page_member_list li img {
    margin-right: 5px;
}

.page_member_list li:nth-child(2n) {
    margin-right: 0;
}

.page_meeting_section {
    width: 100%;
    overflow: hidden;
}

.page_meeting_section .wrap_title {
    margin-bottom: 30px;
}

.page_meeting_slide {
    padding: 0 55px;
    position: relative;
    overflow: hidden;
}

.page_meeting_slide .bd {
    overflow: hidden;
}

.page_meeting_slide .bd li {
    float: left;
    margin-right: 17px;
    width: 260px;
}

.page_meeting_slide .bd li img {
    margin-bottom: 15px;
    width: 100%;
    height: 158px;
}

.page_meeting_slide .bd li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_meeting_slide .prev,
.page_meeting_slide .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 25px;
    height: 60px;
}

.page_meeting_slide .prev {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.page_meeting_slide .next {
    right: 0;
    background: url(../images/next.png) no-repeat;
}

.sement_section {
    margin-bottom: 20px;
    padding: 20px 15px;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #6dc265;
    overflow: hidden;
}

.sement_slide {
    position: relative;
    padding: 0 30px;
    overflow: hidden;
}

.sement_slide .bd {
    width: 100%;
    overflow: hidden;
}

.sement_slide .bd li {
    float: left;
    margin-right: 8px;
    width: 213px;
    height: 63px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.sement_slide .bd li img {
    width: 100%;
    height: 63px;
}

.sement_slide .prev,
.sement_slide .next {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 40px;
}

.sement_slide .prev {
    left: 0;
}

.sement_slide .next {
    right: 0;
}
.standards_list.two li {
    height: 120px;
    background: rgba(72, 179, 63, .1);
}


/* 滑过样式 */

.news_item .news_title .more:hover,
.news_list li a:hover,
.breadnav a:hover,
.breadnav a.active,
.first_list li:hover a,
.two_list li:hover h6,
.three_list li:hover .item_cont p,
.news_first_section:hover .item_cont h6,
.page_meeting_slide .bd li:hover p {
    color: #48b33f;
}